Skip to content

Conversation

@liuxspro
Copy link

Description

Fixes #60826

On the Welcome page, recently opened Geopackage projects previously had names that were hard to read, and this issue has already been fixed. (#60827)

However, I noticed that under Project → Open Recent, Geopackage-based projects are still displayed using the raw storage URI or file path, which makes the menu entries difficult to read and inconsistent with the Welcome page.

image

This pull request updates the Recent Projects menu to resolve the display path via QgsProjectStorage, falling back to the original path when necessary, so that the menu shows a more user-friendly path, consistent with the Welcome page behavior.

I am a C++ beginner, and this is my attempt to fix the issue and improve UI consistency.

A screenshot below shows the menu behavior after applying this change.

PixPin_2025-12-27_09-42-01

@github-actions github-actions bot added this to the 4.0.0 milestone Dec 27, 2025
@github-actions
Copy link
Contributor

The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check

  • that all unit tests are passing

  • that all comments by reviewers have been addressed

  • that there is enough information for reviewers, in particular

    • link to any issues which this pull request fixes

    • add a description of workflows which this pull request fixes

    • add screenshots if applicable

  • that you have written unit tests where possible
    In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this pull request.
    If there is no further activity on this pull request, it will be closed in a week.

@github-actions github-actions bot added the stale Uh oh! Seems this work is abandoned, and the PR is about to close. label Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Uh oh! Seems this work is abandoned, and the PR is about to close.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Recent project paths with Chinese characters are URL-encoded in GeoPackage files, causing readability issues

1 participant